home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : MacPerl - Real Perl Application
- File : MPHelp.h - Various helpful functions
- Author : Matthias Neeracher
- Language : MPW C
-
- $Log: MPHelp.h,v $
- Revision 1.1 1994/02/27 23:03:39 neeri
- Initial revision
-
- Revision 0.1 1993/09/16 00:00:00 neeri
- Runtime doesn't support Ballons
-
- *********************************************************************/
-
- #ifndef __MPHELP__
- #define __MPHELP__
-
- #include <Memory.h>
- #include <QuickDraw.h>
- #include <Types.h>
-
- #include "MPGlobals.h"
-
- #ifndef RUNTIME
- void DoHelp(WindowPtr win, DPtr doc, Point pt, Boolean inText);
- #endif
-
- void Explain(DPtr doc);
-
- #endif